arm: socfpga: dts: Add spi0 alias for Cadence QSPI driver
authorStefan Roese <[email protected]>
Fri, 7 Nov 2014 11:37:51 +0000 (12:37 +0100)
committerMarek Vasut <[email protected]>
Sat, 6 Dec 2014 12:52:46 +0000 (13:52 +0100)
Without this alias, DM based probing does not work. So lets add this
alias to get the bus numbering correct.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Vince Bridgers <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Jagannadha Sutradharudu Teki <[email protected]>
arch/arm/dts/socfpga_cyclone5_socrates.dts

index 00b1830485a098dcfd583a7af6ed63dea112899d..7e2a565a78351c748f883659405afc433f49238f 100644 (file)
                bootargs = "console=ttyS0,115200";
        };
 
+       aliases {
+               spi0 = "/spi@ff705000";         /* QSPI */
+       };
+
        memory {
                name = "memory";
                device_type = "memory";